* {
    padding: 0;
    margin: 0;
}

.header {
    background-color: #fff;
}

#outerBox {
    height: 100vh;
    /* min-width: 1250px; */
}

.link_a {
    cursor: pointer;
    text-decoration: none;
    color: rgb(147, 147, 147);
}

.a_div {
    display: inline-block;
    width: 70%;
    color: black;


}

.a_div a {
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}

.link_a:hover {
    color: red;
}

.a_none {
    text-decoration: none;
    color: black;
}

.a_none:hover {
    color: #fff !important;
}

.mouse_color {
    text-decoration: none;
    color: #fff !important;
}

.back_img {
    position: relative;
}

.more a {
    text-decoration: none;
    color: #82A6CD;
}

#outerBox .title {
    background-color: #faf7f2;
}

#outerBox .title .back_img div:first-child {
    text-align: center;
}

#outerBox .title .back_img div:first-child img {
    width: 90%;
    display: inline-block;
}

#outerBox .title .back_img div:nth-child(2) {
    position: absolute;
    top: 8%;
    left: 26%;
    width: 30%;
}

#outerBox .title .back_img div:nth-child(2) img {
    width: 65%;
}

#outerBox .title .back_img div:nth-child(3) {
    position: absolute;
    top: 12%;
    right: 25%;
    height: 7%;
    width: 15%;

}

#outerBox .title .back_img div:nth-child(3) input {
    border: none;
    width: 70%;
    height: 100%;
    float: left;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    outline: none;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 12px
}

#outerBox .title .back_img div:nth-child(3) span {
    background-color: #aacbed;
    display: inline-block;
    width: 15%;
    height: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    text-align: center;
}

#outerBox .title .back_img div:nth-child(3) span img {
    vertical-align: middle;
    max-width: 60%;
}

.change_img {
    background-image: url(../img/changeTit.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.float {
    display: flex;
    justify-content: center;
    list-style: none;

}

.float li {
    width: 9%;
    text-align: center;
    color: #ffff;
    font-weight: bold;
    padding: 10px 0 20px 0;
    box-sizing: border-box;

}

.float li>a {
    color: #ffff;
    text-decoration: none;
}

.tit_text {
    text-align: center;
    background-color: #ffff;
}

.tit_text div:first-child>a {
    color: #CC0001;
    font-size: 28px;
    text-decoration: none;
}

.tit_text div {
    padding: .8rem 0;
}

.content {
    width: 1200px;
    margin: auto;
    padding-top: 10px;
}


.fir_cont .fir_img {
    width: 49%;
    position: relative;
    height: 430px;
    display: inline-block
}

.fir_cont .fir_img img {
    width: 100%;
    height: 100%;
}

.fir_img .ul {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fir_img .ul li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bar {
    position: absolute;
    height: 20px;
    right: 20px;
    bottom: 9px;
    padding: 5px;
}

.bar li {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 20px;
    background: #ffff;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;

}

.bar .current {
    background: #226399;
}

.item {
    position: absolute;
    display: none;
    transition: all 1s;
}

.active {
   display: block;
    transition: all 1s;
}

.bannerText {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 130px 11px 20px;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.fir_list {
    width: 49%;
    display: inline-block
}

.fir_list>div {
    width: 100%;
    padding: 0 25px;

}

.fir_list>div:last-child {
    margin-top: 10px;
}

.fir_list div .fir_ul {
    display: flex;
    justify-content: center;
}

.cont_option {
    position: relative;
    overflow: hidden;
    padding: 0px 55px;
    font-size: 16px;
}

.fir_list div .fir_ul>li {
    list-style: none;
    width: 30%;
    text-align: center;
    border-bottom: 1px #d2d2d2 solid;
    cursor: pointer;
    color: #d2d2d2;
    font-size: 18px;
}

.fir_list div .fir_ul>li>a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px 0;
    box-sizing: border-box;
}

.back_bot {
    background-color: #166cb2;
    color: #ffff !important;
}

.fir_list div ul li::marker {
    color: red;

}

.fir_list div .fir_li li {
    padding: 5px 0;
}

.fir_list div .fir_li li span {
    display: inline-block;
    width: 25%;
    text-align: right;
}

.fir_list div .fir_li li>a {
    display: inline-block;
    width: 70%;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.fir_lione {
    display: block;
}

.fir_litou {
    display: none;
}

.fir_lithere {
    display: none;
}

.fir_list div .fir_li>li>span:last-child {
    display: inline-block;
    text-align: right;
    width: 25%;
}

.fir_li {
    height: 178px;
}

.search-box .search .ng-valid button {
    top: 10px
}

.fir_li li {
    list-style-type: circle !important;
}

.content .next_cont {
    background-color: #f5f8fd;
    padding-bottom: 15px;
}

.contTit,
.contNext_img,
.cont_middle {
    margin-top: 20px;
    text-align: center;
}

.content .next_cont .contTit {
    font-size: 50px;
    font-weight: bolder;
    color: #166cb2;
    padding: 10px 0;
}

.content .next_cont>div:nth-child(2) {
    color: #166cb2;
    font-weight: bolder;
    margin: 10px 0 20px 0;
    font-size: 24px;
}

.content .next_cont .contNext_img {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.content .next_cont .contNext_img img {
    width: 80%;
    display: inline-block;
}

.cont_design {
    background-color: #f5f8fd;
    line-height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;

}

#cont_design {
    position: relative;
}

.cont_design>.hover {
    width: 20%;
    outline: 1px solid #deebfb;
    height: 170px;
    text-align: center;
    cursor: pointer;
}

.hover:hover .none_list {
    display: block;

}

.cont_design .pos_img {
    position: relative;
    top: -14px;
}

.cont_design .change_tit {
    bottom: 15%;
    font-size: 26px;
    color: #015ab6;
    font-weight: bolder;
}

.none_list {
    display: none;
    position: absolute;
    left: 0px;
    background-color: #ffff;
    box-shadow: #aacbed 0 0 10px;
    padding: 20px;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
}

.none_listFour {
    bottom: -360px;
}

#tria_four {
    left: 88%;
}

#tria_there {
    left: 62%;
}

#tria_tou {
    left: 37%;
}

.tria {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffff;
    position: relative;
    top: -30px;
    left: 8%
}

.dot:hover {
    text-decoration: underline;
    color: red !important;
}

.back {
    color: black;
    background-color: #ffff;
    text-decoration: none;
}

.block_list {
    display: flex;
    justify-content: space-around;
}

.block_list>div:first-child {
    text-align: center;
}

.block_list ul {
    text-align: left;
}

.block_list ul li {
    list-style: disc;
    margin-left: 20px;
    color: gray;
    font-size: 16px;
}


.list_tit {
    font-size: 24px;
    text-align: left;
}

.list_img {
    text-align: left;

}

.haddlen {
    height: 240px;
    overflow: hidden;

}


.block_list>div>button {
    border-radius: 50%;
    border: 1px solid #9D9D9B;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    transform: rotate(90deg);
    color: #9D9D9B;
    cursor: pointer;
}


.show_box:hover .flow_div {
    display: block;
}

.flow_div {
    display: none;
    width: 120px;
    height: 235px;
    border: 1px solid black;
    position: absolute;
    right: 28px;
    bottom: 60px;
    font-size: 12px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 18px;
}

.left_box {
    margin-right: 60px;
}

.cont_cli {
    padding: 40px 0;

}

.cont_cli::after {
    clear: both;
    content: '';
    display: block;
}

.cont_cli div {
    float: left;
    text-align: center;
    width: 23.5%;
}

.cont_foot {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cont_cli div:not(:first-child) {
    margin-left: 2%;
}

.cont_cli div img {
    width: 95%;
    height: 100px
}

.cont_foot .car_Img {
    list-style: none;
    width: 100%;
    text-align: center;
    position: relative;
    display: flex;
}

.cont_foot .car_Img li {
    float: left;
    min-width: 300px;
}

.cont_foot .car_Img li img {
    width: 96%;
    height: 170px
}

.cont_foot:hover span {
    display: block;
}

.car_Img::after {
    display: block;
    content: '';
    clear: both;
}

.cont_foot span {
    display: none;
    position: absolute;
}

.cont_foot .pic_left {
    left: 10px;
    top: 40%;
}

.cont_foot .pic_right {
    right: 5px;
    top: 40%;
}

.footer {
    padding: 20px 0;
}

.footer>div {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 70%;

}


.foot_titel {
    display: flex;
}

.foot_titel div:nth-child(2) {
    margin-left: 40px;
}

.foot_cont {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.foot_cont div:nth-child(2) {
    margin: 0 10px;
}


.footer_img {
    display: flex;
    align-items: center;
}

.footer_img>div {
    margin-right: 30px;
}


.footer_text {
    line-height: 35px;
}

.footer_text>div:last-child span {
    margin-right: 30px;
}

.footer_text>div:first-child {
    text-align: center;
}

.footer_text>div:first-child span {
    margin-right: 15px;
}

.foot_none {
    display: none;
    width: 98%;
    position: absolute;
    bottom: 47px;
    right: 190px;
    outline: 1px solid #deebfb;
    background-color: #ffff;
    color: grey;

}

.foot_none ul {
    list-style: none;
    padding: 10px 20px;
    line-height: 30px;
}



.foot_none ul li {
    float: left;
    width: 16.5%;
    text-align: left;
}

.foot_none ul li {
    cursor: pointer;

}

.foot_none ul::after {
    display: block;
    clear: both;
    content: '';
}

.foot_block {
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .logo a {
        display: block !important;
        width: 100% !important;
        height: 94px !important;
        background: url(../img/logo.png)no-repeat;
        background-size: 100% !important;
    }

    .search-box .search input {
        width: 70% !important;
        top: 25px !important;
    }

    .tit_text {
        margin-top: 0px !important;
    }


    .search-input>a img {
        width: 100%;
    }

    .heade {
        width: 100% !important;
        overflow-x: hidden;
        height: 63px !important;
        background: url(../img/top.png) no-repeat;
        background-size: 100% 100%;
    }

    .top .box-right {
        top: 180px !important;
        right: 47px !important;
    }

    .top-right ul {
        width: 100% !important;
    }

    .logo {
        float: left;
        padding-top: 120px !important;
        background: #ffff;
        box-sizing: border-box;
        width: 100% !important;
    }

    .containers {
        width: 100% !important;
        margin: 0 auto !important;
        position: relative !important;
        height: 100% !important;
    }

    .containers>ul {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        white-space: nowrap !important;
    }

    .weather-box {
        position: absolute !important;
        left: 55px !important;
        top: -8px !important;
        /* min-width: 768px; */
    }

    .search-box .search {
        width: 100% !important;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        height: 80px !important;
        background: #e3f1fe;
    }

    .search-box .search .ng-valid button {
        top: 38px !important;
    }

    .top-right {
        position: absolute;
        right: 0px !important;
        top: 34px !important;
        width: 100%
    }

    .top-right li {
        width: 33% !important;
    }

    .content {
        width: 100%;
    }

    .float li {
        width: 9%;
        text-align: center;
        color: #ffff;
        font-weight: bold;
        padding: 0px 0 20px 0;
        box-sizing: border-box;
        font-size: 12px;
    }

    .tit_text div:first-child {
        color: red;
        font-size: 14px;
        font-weight: bold;
    }

    .tit_text div:last-child {
        font-size: 12px;
    }

    .bannerText {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bar {
        height: 20px;
        right: 10px;
        bottom: 10px;
        padding: 5px;
    }

    .fir_cont .fir_img {
        width: 100%;
        height: 210px;

    }

    .fir_list {
        width: 100%;
        font-size: 12px;
    }

    .cont_design .pos_img {
        width: 100%;
    }

    .cont_design .change_tit {
        font-size: 14px;
    }

    .cont_design .hover {
        height: 100px;

    }

    .cont_design {
        line-height: normal;
    }

    .cont_cli div img {
        width: 100%;
        height: 49px;
    }

    .cont_cli {
        padding: 15px 0;
    }

    .cont_cli div {
        width: 45%;
        margin-left: 2%;
    }

    .block_list {
        display: flex;
        flex-wrap: wrap;
    }

    .block_list>div {
        width: 34%;
        overflow: hidden;


    }

    .block_list>div>a {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .flow_div {
        position: absolute;
        width: 110px;
        bottom: 22px !important;
        right: 0;
    }

    .foot_none {
        right: 0;
        bottom: 89px;
        width: 100%;
    }

    .footer>div {
        margin: 0;
        width: 100%;
        display: block !important;
    }

    .haddlen {
        height: 128px;
    }

    .none_list {
        width: 100vw;
        left: -35px
    }

    .footer_img>div {
        margin-right: 0 !important;
    }

    .footer_text>div:last-child span {
        margin-right: 0 !important;
    }

    .fir_list>div {
        padding: 0 !important;
    }

    .cont_option {
        padding: 0 20px;
    }

    .fir_list div .fir_ul>li {
        font-size: 12px;
    }

    .fir_list div .fir_li li {
        font-size: 12px;

    }

    .footer_text {
        line-height: 20px;
        text-align: center;
    }

    .footer_img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fir_li {
        height: 145px;
    }

    .content .next_cont>div:nth-child(2) {
        margin: 0;
    }

    .contTit, .contNext_img, .cont_middle {
        margin-top: 0;
    }

    .content .next_cont .contNext_img {
        margin-bottom: 20px;
    }
}

.hcUnderLine+.none_list{
    display: block;
  }
  .hcUnderLine.none_list{
    display: block;
  }
  .hcUnderLine > .none_list{
    display: block;
  }
  .hzyBgc1.none_list{
    display: block;
  }